We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bcaeb commit e3f1144Copy full SHA for e3f1144
2 files changed
infra/kubernetes/base/deployment.yaml
@@ -23,7 +23,7 @@ spec:
23
protocol: TCP
24
envFrom:
25
- secretRef:
26
- name: dev-waifuland-secrets
+ name: waifuland-secrets
27
resources:
28
limits:
29
memory: 512Mi
infra/kubernetes/overlays/dev/kustomization.yaml
@@ -4,18 +4,18 @@ kind: Kustomization
4
namespace: waifuland-api-dev
5
6
7
-- ../../base
8
-- sealed-secret.yaml
+ - ../../base
+ - sealed-secret.yaml
9
10
namePrefix: dev-
11
12
commonLabels:
13
environment: dev
14
15
replicas:
16
-- count: 1
17
- name: waifuland-api
+ - count: 1
+ name: waifuland-api
18
19
images:
20
-- name: dyallo/waifuland_api
21
- newTag: dev-9de59e35c3d62055da0516d3c0234b7c746daa8d
+ - name: dyallo/waifuland_api
+ newTag: dev-9de59e35c3d62055da0516d3c0234b7c746daa8d
0 commit comments