This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
irc/znc/service.yaml
T
Chris Farhood 0614d6b91a
Best Practices / Kube-score Analysis (push) Has been cancelled
Best Practices / Polaris Audit (push) Has been cancelled
Best Practices / Resource Usage Analysis (push) Has been cancelled
Best Practices / PR Summary Report (push) Has been cancelled
Validate Manifests / YAML Lint (push) Has been cancelled
Validate Manifests / Kustomize Build Test (push) Has been cancelled
Best Practices / Polaris PR Review (push) Has been cancelled
Security Scan / Trivy PR Review (push) Has been cancelled
Security Scan / Checkov IaC Scan (push) Has been cancelled
Security Scan / Checkov PR Review (push) Has been cancelled
Security Scan / Trivy Security Scan (push) Has been cancelled
Validate Manifests / Kubernetes Schema Validation (push) Has been cancelled
fix(irc): bind services to waypoint for AuthorizationPolicy enforcement
WaypointAccepted: False on both policies — Istio 1.29 requires
istio.io/use-waypoint on the Service directly, namespace label alone
is insufficient for targetRefs: kind: Service policy binding.
2026-05-15 22:46:21 -04:00

18 lines
319 B
YAML

## Service
---
apiVersion: v1
kind: Service
metadata:
name: znc
labels:
app.kubernetes.io/name: znc
istio.io/use-waypoint: waypoint
annotations:
external-dns.alpha.kubernetes.io/hostname: ${ZNC_HOSTNAME}
spec:
type: LoadBalancer
ports:
- port: 6501
selector:
app.kubernetes.io/name: znc