Make Kustomize manifests more modular
This commit is contained in:
13
kustomize/app/services.yaml
Normal file
13
kustomize/app/services.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: toy
|
||||
|
||||
spec:
|
||||
ports:
|
||||
- name: web
|
||||
port: 80
|
||||
targetPort: web
|
||||
selector:
|
||||
app: toy
|
Reference in New Issue
Block a user