diff options
Diffstat (limited to 'apps/heimdall/old_manifests/service.yaml')
| -rw-r--r-- | apps/heimdall/old_manifests/service.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/heimdall/old_manifests/service.yaml b/apps/heimdall/old_manifests/service.yaml new file mode 100644 index 0000000..f3ad504 --- /dev/null +++ b/apps/heimdall/old_manifests/service.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +kind: Service +metadata: + name: heimdall-service + namespace: heimdall +spec: + selector: + app: heimdall + ports: + - protocol: TCP + port: 80 + targetPort: 80 + type: ClusterIP |
