Adjustment Deployment
This commit is contained in:
@@ -28,7 +28,7 @@ spec:
|
||||
name: oc-front
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
containerPort: 80
|
||||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
|
||||
@@ -13,5 +13,5 @@ spec:
|
||||
services:
|
||||
- kind: Service
|
||||
name: oc-front-svc
|
||||
port: 8080
|
||||
port: 80
|
||||
{{- end }}
|
||||
@@ -8,9 +8,9 @@ metadata:
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 8080
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
targetPort: 80
|
||||
selector:
|
||||
app: oc-front
|
||||
type: ClusterIP
|
||||
|
||||
Reference in New Issue
Block a user