Update imagePullSecrets and uncomment frontend resources in RFI kustomization
This commit is contained in:
parent
25bfa1b542
commit
6426c53b86
@ -120,4 +120,4 @@ spec:
|
|||||||
cpu: "1"
|
cpu: "1"
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: dockerhub
|
- name: regcred
|
||||||
|
|||||||
@ -130,4 +130,4 @@ spec:
|
|||||||
cpu: "1"
|
cpu: "1"
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: dockerhub
|
- name: regcred
|
||||||
|
|||||||
@ -29,4 +29,4 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: dockerhub
|
- name: regcred
|
||||||
|
|||||||
@ -6,6 +6,6 @@ resources:
|
|||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
# - backend-deployment.yaml
|
# - backend-deployment.yaml
|
||||||
# - celery-deployment.yaml
|
# - celery-deployment.yaml
|
||||||
# - frontend-deployment.yaml
|
- frontend-deployment.yaml
|
||||||
# - backend-service.yaml
|
# - backend-service.yaml
|
||||||
# - frontend-service.yaml
|
- frontend-service.yaml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user