Skip to content

Commit e3f1144

Browse files
committed
blabla
1 parent 99bcaeb commit e3f1144

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

infra/kubernetes/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
protocol: TCP
2424
envFrom:
2525
- secretRef:
26-
name: dev-waifuland-secrets
26+
name: waifuland-secrets
2727
resources:
2828
limits:
2929
memory: 512Mi

infra/kubernetes/overlays/dev/kustomization.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ kind: Kustomization
44
namespace: waifuland-api-dev
55

66
resources:
7-
- ../../base
8-
- sealed-secret.yaml
7+
- ../../base
8+
- sealed-secret.yaml
99

1010
namePrefix: dev-
1111

1212
commonLabels:
1313
environment: dev
1414

1515
replicas:
16-
- count: 1
17-
name: waifuland-api
16+
- count: 1
17+
name: waifuland-api
1818

1919
images:
20-
- name: dyallo/waifuland_api
21-
newTag: dev-9de59e35c3d62055da0516d3c0234b7c746daa8d
20+
- name: dyallo/waifuland_api
21+
newTag: dev-9de59e35c3d62055da0516d3c0234b7c746daa8d

0 commit comments

Comments
 (0)