Add Helm chart

This commit is contained in:
2023-09-06 15:59:30 +03:00
parent f6a6e53010
commit e83f211b3a
5 changed files with 79 additions and 0 deletions

14
templates/service.yaml Normal file
View File

@@ -0,0 +1,14 @@
---
apiVersion: v1
kind: Service
metadata:
name: hello-gin
labels:
app: hello-gin
spec:
selector:
app: hello-gin
ports:
- protocol: TCP
port: 8000
name: http