diff options
Diffstat (limited to 'kube/aeacus/x/httpdebug.yaml')
| -rw-r--r-- | kube/aeacus/x/httpdebug.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kube/aeacus/x/httpdebug.yaml b/kube/aeacus/x/httpdebug.yaml new file mode 100644 index 0000000..511eb64 --- /dev/null +++ b/kube/aeacus/x/httpdebug.yaml @@ -0,0 +1,12 @@ +apiVersion: x.within.website/v1 +kind: App +metadata: + name: httpdebug + +spec: + image: ghcr.io/xe/x/httpdebug:latest + autoUpdate: true + + ingress: + enabled: true + host: httpdebug.xelaso.net
\ No newline at end of file |
