improve overlays to visually differentiate between environments
Signed-off-by: Kent <kent.rancourt@gmail.com>
This commit is contained in:
@@ -15,3 +15,11 @@ spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx:placeholder
|
||||
volumeMounts:
|
||||
- name: content
|
||||
mountPath: /usr/share/nginx/html
|
||||
readOnly: true
|
||||
volumes:
|
||||
- name: content
|
||||
configMap:
|
||||
name: kargo-demo-content
|
||||
|
||||
@@ -9,3 +9,4 @@ spec:
|
||||
- protocol: TCP
|
||||
port: 3000
|
||||
targetPort: 80
|
||||
nodePort: placeholder
|
||||
|
||||
Reference in New Issue
Block a user