ff2e6cc985
Namespaces: argocd, authentik, backup-system, cloudflare-ddns, gitea, homarr, monitoring, n8n, openclaw, polymarket-bot, vaultwarden Cluster-wide: clusterissuers, namespaces Secrets: redacted (structure only, data=REDACTED)
23 lines
380 B
YAML
23 lines
380 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: authentik-redis
|
|
namespace: authentik
|
|
spec:
|
|
clusterIP: 10.43.156.120
|
|
clusterIPs:
|
|
- 10.43.156.120
|
|
internalTrafficPolicy: Cluster
|
|
ipFamilies:
|
|
- IPv4
|
|
ipFamilyPolicy: SingleStack
|
|
ports:
|
|
- port: 6379
|
|
protocol: TCP
|
|
targetPort: 6379
|
|
selector:
|
|
app: authentik-redis
|
|
sessionAffinity: None
|
|
type: ClusterIP
|
|
|