k8s_heimdall/heimdall_service.yml

18 lines
226 B
YAML
Raw Normal View History

2021-07-23 15:58:33 -04:00
---
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