Skip to content

Commit

Permalink
UPDATE deployment, remove env kubernetes metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sofusalbertsen committed Aug 15, 2023
1 parent e0c4d01 commit f87cfec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
6 changes: 0 additions & 6 deletions persistent-storage/done/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ spec:
- containerPort: 5000
resources: {}
env:
# load namespace from downward api
# https://github.com/kubernetes/kubernetes/blob/release-1.0/docs/user-guide/downward-api.md
- name: namespace
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: BACKEND_HOST
valueFrom:
configMapKeyRef:
Expand Down
6 changes: 0 additions & 6 deletions persistent-storage/start/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ spec:
- containerPort: 5000
resources: {}
env:
# load namespace from downward api
# https://github.com/kubernetes/kubernetes/blob/release-1.0/docs/user-guide/downward-api.md
- name: namespace
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: BACKEND_HOST
valueFrom:
configMapKeyRef:
Expand Down
4 changes: 0 additions & 4 deletions quotes-flask/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ spec:
- containerPort: 5000
resources: {}
env:
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: BACKEND_HOST
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit f87cfec

Please sign in to comment.