summaryrefslogtreecommitdiff
path: root/apps/heimdall/service.yaml
blob: f3ad5040cc6c189cf2a32a6e52e9808ca6519f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
apiVersion: v1
kind: Service
metadata:
  name: heimdall-service
  namespace: heimdall
spec:
  selector:
    app: heimdall
  ports:
    - protocol: TCP
      port: 80
      targetPort: 80
  type: ClusterIP