Skip to content

Instantly share code, notes, and snippets.

@binura-g
Created September 24, 2025 01:07
Show Gist options
  • Save binura-g/b9757c1b59c4c4792aa5d328d91a557f to your computer and use it in GitHub Desktop.
Save binura-g/b9757c1b59c4c4792aa5d328d91a557f to your computer and use it in GitHub Desktop.
apiVersion: platform.example.org/v1alpha1
kind: WebApp
metadata:
name: react-app
spec:
image: ghcr.io/acme/react-app:main
replicas: 2
endpoints:
- name: react-ui
host: app.foo.com
path: /
port: 8080
- name: react-api
host: api.foo.com
path: /api1/
port: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment