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:
|
||||
name: k8s-poc-nginx-service
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: k8s-poc-nginx
|
||||
ports:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bases:
|
||||
- ../base/
|
||||
namePrefix: prod-
|
||||
#namePrefix: prod-
|
||||
patchesStrategicMerge:
|
||||
- replicas.yaml
|
||||
- resources.yaml
|
||||
|
|
Loading…
Reference in a new issue