Skip to content

Instantly share code, notes, and snippets.

@carlosedp
carlosedp / nginx-auth.yaml
Last active February 22, 2024 19:45
NGINX Keycloak Authentication
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
namespace: default
spec:
replicas: 1
selector:
matchLabels:
app: nginx