fix crates
This commit is contained in:
parent
6e3c77d902
commit
b6dc6dfef9
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
### Media
|
### Media
|
||||||
|
|
||||||
|
[ ] move strix gmail to mnml
|
||||||
[ ] sabnzbd ini config map
|
[ ] sabnzbd ini config map
|
||||||
[ ] tdarr
|
[ ] tdarr
|
||||||
[ ] subtitle extractor
|
[ ] subtitle extractor
|
||||||
|
|||||||
@ -34,12 +34,11 @@ spec:
|
|||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
name: crates-api
|
||||||
namespace: crates
|
namespace: crates
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
haproxy.org/path-rewrite: "/api(/)?(.*) /$2"
|
haproxy.org/path-rewrite: "/api(/)?(.*) /$2"
|
||||||
name: crates-api
|
|
||||||
namespace: default
|
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: haproxy
|
ingressClassName: haproxy
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
@ -96,19 +96,20 @@ spec:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# apiVersion: v1
|
|
||||||
# kind: Pod
|
|
||||||
# metadata:
|
|
||||||
# name: nbody-gpu-benchmark
|
|
||||||
# namespace: default
|
|
||||||
# spec:
|
|
||||||
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Pod
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: crates
|
namespace: crates
|
||||||
name: crates-api
|
name: crates-api
|
||||||
spec:
|
spec:
|
||||||
|
replicas: 1
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: crates-api
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: crates-api
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: crates-api
|
- name: crates-api
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user