Skip to content

Commit

Permalink
#6 - add dummy env for tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Dec 12, 2024
1 parent 0c05feb commit 6a1bd1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/kubernetes/eks/deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ if [[ -z $UNIQUE ]]; then
fi

#deployment "$CREATE_PROJ" "$DELETE_PROJ" "$PROVISION_PROJ" "$BOOT_PROJECT_ID" "$STREAM_PROJECT_ID"
deployApps
deployReloader
printf "**** Done ****\n"
5 changes: 5 additions & 0 deletions src/kubernetes/eks/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
name: helloweb
labels:
app: hello
# reloader
#annotations:
# reloader.stakater.com/auto: "true"
spec:
selector:
matchLabels:
Expand All @@ -27,6 +30,8 @@ spec:
mountPath: /etc/tls
readOnly: true
env:
- name: dummy-env-name
value: dummy-env-value
- name: TLS_CERT
value: /etc/tls/tls.crt
- name: TLS_KEY
Expand Down

0 comments on commit 6a1bd1e

Please sign in to comment.