mirror of
https://github.com/thejimnicholson/heimdall-k8s.git
synced 2025-12-06 03:30:45 +00:00
13 lines
179 B
YAML
13 lines
179 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: heimdall
|
|
namespace: heimdall
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
targetPort: 80
|
|
selector:
|
|
app: heimdall
|
|
|