siranga/manifests/service.yaml
Dreaded_X b3efd37bcc
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m29s
Fixed conflict with service links
2025-04-17 15:43:51 +02:00

26 lines
387 B
YAML

apiVersion: v1
kind: Service
metadata:
name: http
spec:
ports:
- name: http
port: 3000
selector:
app: siranga
---
apiVersion: v1
kind: Service
metadata:
name: ssh
annotations:
external-dns.alpha.kubernetes.io/hostname: tunnel.svc.${domain}
spec:
type: LoadBalancer
ports:
- name: ssh
port: 22
targetPort: 2222
selector:
app: siranga