Update reviews app kustomization to enable deployment and update imagePullSecret
This commit is contained in:
parent
ddf8f88c56
commit
d45263ecea
@ -30,4 +30,4 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: dockerhub
|
- name: regcred
|
||||||
|
|||||||
@ -4,5 +4,5 @@ kind: Kustomization
|
|||||||
namespace: reviews
|
namespace: reviews
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
# - deployment.yaml
|
- deployment.yaml
|
||||||
# - service.yaml
|
- service.yaml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user