Files
kubernetes/websites/darkchestofwonders.us/kustomization.yaml
Dustin C. Hatch ced5a7b4a1 websites: Host darkchestofwonders.us in k8s
The *darkchestofwonders.us* website is a legacy Python/mod_wsgi
application.  It was down for a while after updating the main web server
to Fedora 38.  Although we don't upload as many screenshots anymore, we
do still enjoy looking at the old ones.  Until I get a chance to either
update the site to use a more modern deplyoment mechansim, or move the
screenshots to some other photo hosting system, the easiest way to keep
it online is to run it in a container.
2024-01-04 08:56:12 -06:00

13 lines
217 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
labels:
- pairs:
app.kubernetes.io/instance: darkchestofwonders.us
includeSelectors: true
resources:
- storage.yaml
- server.yaml
- ingress.yaml