chore(k8s): change termix statefulset to deployment
Signed-off-by: mr-forust <vzlomdsisma@gmail.com>
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: termix-prod
|
||||
namespace: termix
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`termix.forust.xyz`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: termix-service
|
||||
port: 8080
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: termix-local
|
||||
namespace: termix
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`termix.workstation.internal`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: termix-service
|
||||
port: 8080
|
||||
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: termix-dev
|
||||
namespace: termix
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`termix.gigaforust.internal`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: termix-service
|
||||
port: 8080
|
||||
Reference in New Issue
Block a user