k8s_heimdall/heimdall_service.yml

18 lines
226 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: heimdall
spec:
selector:
app: heimdall
ports:
- protocol: TCP
port: 80
name: toport80
- protocol: TCP
port: 443
name: toport443
# EOF