order
This commit is contained in:
parent
81262d2af1
commit
b706c72110
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue