File tree Expand file tree Collapse file tree 1 file changed +0
-41
lines changed
Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Original file line number Diff line number Diff line change 7878 - name : http
7979 containerPort : 5000
8080
81- ---
82- apiVersion : apps/v1
83- kind : Deployment
84- metadata :
85- name : devportal
86- namespace : nginx-dapi
87- labels :
88- app : nap-compiler
89- spec :
90- selector :
91- matchLabels :
92- app : nap-compiler
93- replicas : 1
94- template :
95- metadata :
96- labels :
97- app : nap-compiler
98- spec :
99- containers :
100- - name : devportal
101- image : YOUR_REGISTRY_HERE/nginx-declarative-api-nap-compiler:latest
102- ports :
103- - name : http
104- containerPort : 5000
105-
10681---
10782apiVersion : v1
10883kind : Service
@@ -151,22 +126,6 @@ spec:
151126 app : devportal
152127 type : ClusterIP
153128
154- ---
155- apiVersion : v1
156- kind : Service
157- metadata :
158- name : nap-compiler
159- namespace : nginx-dapi
160- labels :
161- app : nap-compiler
162- spec :
163- ports :
164- - name : http
165- port : 5000
166- selector :
167- app : devportal
168- type : ClusterIP
169-
170129---
171130apiVersion : networking.k8s.io/v1
172131kind : Ingress
You can’t perform that action at this time.
0 commit comments