mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 18:04:32 +00:00
Mirrors commit b355855 (auth-side rename). The kustomization at deploy/opentofu/k3s/manifests/knoe/kustomization.yaml has been referencing knoe-* names since the rebrand; kustomize was broken on the k3s deploy mode until this lands. Five git mv: prole-configmap.yaml -> knoe-configmap.yaml prole-deployment.yaml -> knoe-deployment.yaml prole-service.yaml -> knoe-service.yaml prole-kdc-configmap.yaml -> knoe-kdc-configmap.yaml prole-kdc-secrets.example.yaml -> knoe-kdc-secrets.example.yaml Plus content sweep of knoe-kdc-configmap.yaml: replaced stale PROLE.LOCAL/PROLE.ORG realm refs and PROLE_KDC_* env vars with KNOE.DEV/KNOE_KDC_* to match the canonical GKE configmap. Closes queue item #2 in docs/TODO.md (drift R5). Co-authored-by: Junie <junie@jetbrains.com>
15 lines
193 B
YAML
15 lines
193 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: knoe
|
|
labels:
|
|
app: knoe
|
|
spec:
|
|
selector:
|
|
app: knoe
|
|
ports:
|
|
- name: https
|
|
port: 443
|
|
targetPort: https
|
|
type: ClusterIP
|