Compare commits
3 Commits
c74e2775d7
...
acf580c637
Author | SHA1 | Date | |
---|---|---|---|
acf580c637 | |||
9e2adbcb12 | |||
b12a591939 |
2
kubernetes/apps/production/flyimg/deployment.yaml → kubernetes/apps/disabled/flyimg/deployment.yaml
2
kubernetes/apps/production/flyimg/deployment.yaml → kubernetes/apps/disabled/flyimg/deployment.yaml
@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: flyimg-container
|
- name: flyimg-container
|
||||||
image: flyimg/flyimg:1.4.15
|
image: flyimg/flyimg:1.5.0
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
ports:
|
ports:
|
@ -0,0 +1,33 @@
|
|||||||
|
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