add kustomize example

This commit is contained in:
Stephan Girod
2021-03-31 17:26:56 +02:00
parent bddc753b6f
commit a4f8b430c7
8 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
apiVersion: v1
kind: Service
metadata:
annotations: {}
labels:
app: simple-example
appStageTag: development
name: simple-example
spec:
ports:
- name: 8080-tcp
port: 8080
protocol: TCP
targetPort: 8080
selector:
deploymentconfig: simple-example
sessionAffinity: None
type: ClusterIP