Cleanup
This commit is contained in:
parent
1a782d4a29
commit
0a42fdab86
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: k8s-poc-nginx-service
|
name: k8s-poc-nginx-service
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: ClusterIP
|
||||||
selector:
|
selector:
|
||||||
app: k8s-poc-nginx
|
app: k8s-poc-nginx
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bases:
|
bases:
|
||||||
- ../base/
|
- ../base/
|
||||||
namePrefix: prod-
|
#namePrefix: prod-
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- replicas.yaml
|
- replicas.yaml
|
||||||
- resources.yaml
|
- resources.yaml
|
||||||
|
|
Loading…
Reference in a new issue