fix: update kafaka server to kmsvc.riotpiao.homelab.com

This commit is contained in:
riotpiaole
2026-06-22 13:05:32 -07:00
parent c7961d2599
commit 1ff1ecd563
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
authentikAudience: "QI0gPtR99ar8VvhK8Tqox4SDkTKzbNU7lbgwBNSc" authentikAudience: "QI0gPtR99ar8VvhK8Tqox4SDkTKzbNU7lbgwBNSc"
ingress: ingress:
enabled: true enabled: true
host: kmsvc.homelab.internal host: kmsvc.riotpiao.homelab.com
clusterIssuer: homelab-ca clusterIssuer: homelab-ca
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
+2 -2
View File
@@ -40,10 +40,10 @@ ingress:
enabled: true enabled: true
className: nginx className: nginx
clusterIssuer: homelab-ca clusterIssuer: homelab-ca
host: kmsvc.homelab.internal host: kmsvc.riotpiao.homelab.com
tlsSecretName: kmsvc-tls tlsSecretName: kmsvc-tls
# kmsvc-cli connects via gRPC directly to --server/KMSVC_SERVER (default # kmsvc-cli connects via gRPC directly to --server/KMSVC_SERVER (default
# kmsvc.homelab.internal:443, see kmsvc-cli's README), so raw gRPC needs an # kmsvc.riotpiao.homelab.com:443, see kmsvc-cli's README), so raw gRPC needs an
# external path too — scoped to the gRPC service's own path prefix on the # external path too — scoped to the gRPC service's own path prefix on the
# same host/port, rather than opening the whole host to gRPC passthrough. # same host/port, rather than opening the whole host to gRPC passthrough.
grpcEnabled: true grpcEnabled: true
+1 -1
View File
@@ -26,7 +26,7 @@ redis:
managementService: managementService:
ingress: ingress:
host: kmsvc.homelab.internal host: kmsvc.riotpiao.homelab.com
clusterIssuer: homelab-ca clusterIssuer: homelab-ca
authentikIssuerURL: "https://authentik.riotpiao.homelab.com/application/o/kafaka/" authentikIssuerURL: "https://authentik.riotpiao.homelab.com/application/o/kafaka/"
authentikAudience: "QI0gPtR99ar8VvhK8Tqox4SDkTKzbNU7lbgwBNSc" authentikAudience: "QI0gPtR99ar8VvhK8Tqox4SDkTKzbNU7lbgwBNSc"