Skip to content

Instantly share code, notes, and snippets.

@carlosedp
carlosedp / nginx-auth.yaml
Last active August 5, 2024 23:16
NGINX Keycloak Authentication
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
namespace: default
spec:
replicas: 1
selector:
matchLabels:
app: nginx