update nginx image reference and modify nodePort values for production and test environments; remove unused UAT configmap and kustomization files
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: public.ecr.aws/nginx/nginx:placeholder
|
image: nginx:placeholder
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: content
|
- name: content
|
||||||
mountPath: /usr/share/nginx/html
|
mountPath: /usr/share/nginx/html
|
||||||
|
|||||||
@@ -7,11 +7,11 @@ data:
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>uat</title>
|
<title>dev</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>uat</h1>
|
<h1>dev</h1>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -12,4 +12,4 @@ patches:
|
|||||||
patch: |-
|
patch: |-
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/ports/0/nodePort
|
path: /spec/ports/0/nodePort
|
||||||
value: 30082
|
value: 30182
|
||||||
@@ -12,4 +12,4 @@ patches:
|
|||||||
patch: |-
|
patch: |-
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/ports/0/nodePort
|
path: /spec/ports/0/nodePort
|
||||||
value: 30083
|
value: 30183
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ patches:
|
|||||||
patch: |-
|
patch: |-
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/ports/0/nodePort
|
path: /spec/ports/0/nodePort
|
||||||
value: 30081
|
value: 30181
|
||||||
|
|||||||
Reference in New Issue
Block a user