Compare commits
No commits in common. "9e2adbcb12343b9e18fbf1e04d4196df536c123e" and "c31caa0a779b599be244eab3db92436f98fa6566" have entirely different histories.
9e2adbcb12
...
c31caa0a77
0
kubernetes/apps/disabled/flyimg/deployment.yaml → kubernetes/apps/production/flyimg/deployment.yaml
0
kubernetes/apps/disabled/flyimg/deployment.yaml → kubernetes/apps/production/flyimg/deployment.yaml
@ -1,33 +0,0 @@
|
|||||||
kind: Service
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tabby-external
|
|
||||||
namespace: traefik
|
|
||||||
spec:
|
|
||||||
type: ExternalName
|
|
||||||
externalName: 10.0.0.136
|
|
||||||
ports:
|
|
||||||
- name: http
|
|
||||||
port: 8280
|
|
||||||
---
|
|
||||||
apiVersion: traefik.io/v1alpha1
|
|
||||||
kind: IngressRoute
|
|
||||||
metadata:
|
|
||||||
name: tabby-external-ingress
|
|
||||||
namespace: traefik
|
|
||||||
annotations:
|
|
||||||
kubernetes.io/ingress.class: traefik-external
|
|
||||||
spec:
|
|
||||||
entryPoints:
|
|
||||||
- websecure
|
|
||||||
routes:
|
|
||||||
- match: Host(`tabby.fascinated.cc`)
|
|
||||||
kind: Rule
|
|
||||||
middlewares:
|
|
||||||
- name: default-headers
|
|
||||||
namespace: traefik
|
|
||||||
services:
|
|
||||||
- name: tabby-external
|
|
||||||
port: 8280
|
|
||||||
tls:
|
|
||||||
secretName: fascinated-cc
|
|
Reference in New Issue
Block a user