Files
mal/deploy/base/service.yaml
Milas Holsting 30a00eb348
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 10m55s
remove kustomize install as it should be in the actor container
2026-06-09 08:45:35 +02:00

15 lines
252 B
YAML

# https://kubernetes.io/docs/concepts/services-networking/service/
apiVersion: v1
kind: Service
metadata:
name: mal
spec:
selector:
app: mal
type: ClusterIP
ports:
- name: mal
protocol: TCP
port: 3000
targetPort: 3000