mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
15 lines
316 B
YAML
15 lines
316 B
YAML
apiVersion: networking.istio.io/v1alpha3
|
|
kind: ServiceEntry
|
|
metadata:
|
|
name: test-example-com
|
|
namespace: dev
|
|
spec:
|
|
hosts:
|
|
- authentik.one.dev.olsen.cloud
|
|
# (the address field is optional if you use 'resolution: DNS')
|
|
ports:
|
|
- number: 80
|
|
name: https
|
|
protocol: HTTPS
|
|
resolution: DNS
|