Raj Singh 6ed86a0251 cmd/k8s-operator: add IDP CRD for OpenID Connect identity provider
Adds a new IDP (Identity Provider) Custom Resource Definition to the Tailscale Kubernetes operator. This allows users to deploy and manage   tsidp instances as Kubernetes resources.

Updates #16666

Signed-off-by: Raj Singh <raj@tailscale.com>
2025-07-27 12:19:02 -05:00

16 lines
320 B
YAML

apiVersion: tailscale.com/v1alpha1
kind: IDP
metadata:
name: idp-example
spec:
hostname: idp-example
enableFunnel: true
tags:
- tag:k8s
statefulSet:
pod:
container:
image: ghcr.io/rajsinghtech/tailscale/tsidp:57
env:
- name: TAILSCALE_USE_WIP_CODE
value: "1"