initial setup

This commit is contained in:
2024-02-03 14:39:45 +01:00
parent 742b883256
commit 981f86f1c7
67 changed files with 274 additions and 2607 deletions

View File

@@ -0,0 +1,31 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- pvc.yaml
- nginx.configmap.yaml
- nginx.deployment.yaml
- nginx.service.yaml
- nginx-auth.sealedsecret.yaml
# - nginx.ingress.yaml
- quartz-build.cronjob.yaml
- s3-credentials.sealedsecret.yaml
namespace: eth-physics
images:
- name: node
newName: node
newTag: 20-slim
- name: git
newName: alpine/git
newTag: latest
- name: s3
newName: public.ecr.aws/aws-cli/aws-cli
newTag: latest