Files
argocd-apps/apps/base/ghp/service.yaml
T
unkin-agent 1d5e8edbdd
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
add ghp (GitHub proxy) deployment
Deploy goodtune/ghp so estate agents have a GitHub proxy. Mirrors the
artifactapi app structure under apps/base/ghp with a CNPG Postgres backend,
VSO-synced GitHub App + encryption secrets, an internal Vault-PKI serving cert,
a PreSync migration hook, and platform ApplicationSet/project registration.
2026-08-13 19:40:31 +10:00

28 lines
446 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: ghp
namespace: ghp
labels:
app: ghp
spec:
internalTrafficPolicy: Cluster
ports:
- name: https
port: 443
protocol: TCP
targetPort: https
- name: http
port: 80
protocol: TCP
targetPort: http
- name: metrics
port: 9136
protocol: TCP
targetPort: metrics
selector:
app: ghp
sessionAffinity: None
type: ClusterIP