1d5e8edbdd
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.
28 lines
446 B
YAML
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
|