Files
homelab/k8s/security/ci-cd/deploy-scaffold/api/service.yaml
T

13 lines
163 B
YAML

apiVersion: v1
kind: Service
metadata:
name: api
namespace: api
spec:
selector:
app: api
ports:
- name: http
port: 80
targetPort: 8080