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:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: public.ecr.aws/nginx/nginx:placeholder
|
||||
image: nginx:placeholder
|
||||
volumeMounts:
|
||||
- name: content
|
||||
mountPath: /usr/share/nginx/html
|
||||
|
||||
@@ -7,11 +7,11 @@ data:
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>uat</title>
|
||||
<title>dev</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>uat</h1>
|
||||
<h1>dev</h1>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -12,4 +12,4 @@ patches:
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/ports/0/nodePort
|
||||
value: 30082
|
||||
value: 30182
|
||||
@@ -12,4 +12,4 @@ patches:
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/ports/0/nodePort
|
||||
value: 30083
|
||||
value: 30183
|
||||
|
||||
@@ -12,4 +12,4 @@ patches:
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/ports/0/nodePort
|
||||
value: 30081
|
||||
value: 30181
|
||||
|
||||
Reference in New Issue
Block a user