Skip to content

Commit

Permalink
#6 - enable reloader
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Dec 15, 2024
1 parent 6a1bd1e commit 3dbc7a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/kubernetes/eks/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
labels:
app: hello
# reloader
#annotations:
# reloader.stakater.com/auto: "true"
annotations:
reloader.stakater.com/auto: "true"
spec:
selector:
matchLabels:
Expand All @@ -31,7 +31,7 @@ spec:
readOnly: true
env:
- name: dummy-env-name
value: dummy-env-value
value: dummy-env-value2
- name: TLS_CERT
value: /etc/tls/tls.crt
- name: TLS_KEY
Expand Down
2 changes: 1 addition & 1 deletion src/kubernetes/eks/reloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ metadata:
name: reloader-reloader
namespace: default
spec:
replicas: 1
replicas: 2
revisionHistoryLimit: 2
selector:
matchLabels:
Expand Down

0 comments on commit 3dbc7a7

Please sign in to comment.