Files
hello-gin/templates/service.yaml
2023-09-06 15:59:30 +03:00

15 lines
184 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: hello-gin
labels:
app: hello-gin
spec:
selector:
app: hello-gin
ports:
- protocol: TCP
port: 8000
name: http