This commit is contained in:
Micke Nordin 2024-11-14 11:15:20 +01:00
parent 81262d2af1
commit b706c72110
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
resources: resources:
- portal-pvc.yml
- portal-deployment.yml - portal-deployment.yml
- portal-ingress.yml - portal-ingress.yml
- portal-namespace.yml - portal-namespace.yml
- portal-service.yml - portal-service.yml
- portal-pvc.yml
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization

View file

@ -9,7 +9,7 @@ metadata:
app: portal-node app: portal-node
spec: spec:
volumes: volumes:
- name: config-volume - name: init-config
persistentVolumeClaim: persistentVolumeClaim:
claimName: init-config claimName: init-config
replicas: 3 replicas: 3
@ -27,7 +27,7 @@ spec:
image: docker.sunet.se/drive/portal:0.1.0-3 image: docker.sunet.se/drive/portal:0.1.0-3
imagePullPolicy: Always imagePullPolicy: Always
volumeMounts: volumeMounts:
- name: config-volume - name: inti-config
mountPath: /config mountPath: /config
subPath: config subPath: config
resources: {} resources: {}
@ -35,7 +35,7 @@ spec:
- image: docker.sunet.se/drive/portal:0.1.0-3 - image: docker.sunet.se/drive/portal:0.1.0-3
name: init-config name: init-config
volumeMounts: volumeMounts:
- name: config-volume - name: init-config
mountPath: /config mountPath: /config
subPath: config subPath: config
env: env: