mirror of
https://github.com/ION606/argo-temp.git
synced 2026-05-14 20:06:53 +00:00
12 lines
219 B
YAML
12 lines
219 B
YAML
|
|
apiVersion: gateway.networking.k8s.io/v1
|
||
|
|
kind: Gateway
|
||
|
|
metadata:
|
||
|
|
name: blahaj-gw
|
||
|
|
namespace: demo
|
||
|
|
spec:
|
||
|
|
gatewayClassName: istio
|
||
|
|
listeners:
|
||
|
|
- name: http
|
||
|
|
port: 80
|
||
|
|
protocol: HTTP
|