move kustomize

This commit is contained in:
Julien Cabillot
2021-06-24 17:22:28 -04:00
parent 36820d3232
commit d27c5c9684
4 changed files with 0 additions and 0 deletions

13
kustomize/svc.yml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: 'ip-deployment'
spec:
type: "ClusterIP"
ports:
- name: "http"
port: 80
protocol: "TCP"
targetPort: 8080
selector:
app: "front"