feat: Setup pre-commit hook
This commit is contained in:
@@ -1,24 +1,12 @@
|
||||
apiVersion: anubis.techaro.dev/v1alpha1
|
||||
kind: AnubisProxy
|
||||
metadata:
|
||||
name: anubis
|
||||
namespace: stirling-pdf
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
name: anubis
|
||||
namespace: stirling-pdf
|
||||
spec:
|
||||
target:
|
||||
service:
|
||||
name: stirling-pdf
|
||||
port: 8080
|
||||
anubis:
|
||||
image:
|
||||
tag: v1.26.2
|
||||
keys:
|
||||
existingSecret: anubis-key
|
||||
persistence:
|
||||
enabled: false
|
||||
metrics:
|
||||
enabled: false
|
||||
envExtra:
|
||||
- name: DIFFICULTY
|
||||
value: "4"
|
||||
@@ -42,6 +30,14 @@ spec:
|
||||
value: "true"
|
||||
- name: SLOG_LEVEL
|
||||
value: INFO
|
||||
image:
|
||||
tag: v1.26.2
|
||||
keys:
|
||||
existingSecret: anubis-key
|
||||
metrics:
|
||||
enabled: false
|
||||
persistence:
|
||||
enabled: false
|
||||
resources:
|
||||
limits:
|
||||
memory: 128Mi
|
||||
@@ -50,3 +46,7 @@ spec:
|
||||
memory: 64Mi
|
||||
networkPolicy:
|
||||
enabled: true
|
||||
target:
|
||||
service:
|
||||
name: stirling-pdf
|
||||
port: 8080
|
||||
|
||||
@@ -1,24 +1,23 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: stirling-pdf
|
||||
namespace: stirling-pdf
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "2"
|
||||
name: stirling-pdf
|
||||
namespace: stirling-pdf
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: traefik-gateway
|
||||
namespace: traefik
|
||||
kind: Gateway
|
||||
sectionName: websecure
|
||||
hostnames:
|
||||
- pdf.whyredfire.dev
|
||||
parentRefs:
|
||||
- kind: Gateway
|
||||
name: traefik-gateway
|
||||
namespace: traefik
|
||||
sectionName: websecure
|
||||
rules:
|
||||
- matches:
|
||||
- backendRefs:
|
||||
- name: anubis
|
||||
port: 80
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: anubis
|
||||
port: 80
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- anubis-key-sealedsecret.yaml
|
||||
- anubis-proxy.yaml
|
||||
- httproute.yaml
|
||||
Reference in New Issue
Block a user