Files
k8s-game-2048/manifests/kourier-ssl-config.yaml
Greg f818b22575 Add SSL configuration and build workflow
- Add build-image.yml workflow for automated builds to GHCR
- Add SSL certificates and domain configuration for HTTPS
- Update services to use ghcr.io/ghndrx/k8s-game-2048:latest with imagePullPolicy: Always
- Configure Kourier for SSL redirect and domain claims
- Enable HTTPS for all environments: dev, staging, prod
2025-06-30 21:28:26 -07:00

16 lines
397 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: config-kourier
namespace: knative-serving
data:
_example: |
################################
# #
# EXAMPLE CONFIGURATION #
# #
################################
enable-service-links: "false"
# Enable automatic HTTP to HTTPS redirect
ssl-redirect: "true"