add kustomize

This commit is contained in:
2023-03-15 11:24:41 +07:00
parent 5ffd029bee
commit f42422262a
18 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: guestbook
namespace: dev
labels:
app: &app frontend
spec:
type: ClusterIP
ports:
- port: 80
selector:
app: *app