This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
kittehcluster/kubernetes/services/www/terah.dev/website.yml
2025-04-11 18:02:10 -04:00

22 lines
418 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: www-terah-dev
labels:
app: www-terah-dev
spec:
replicas: 2
selector:
matchLabels:
app: www-terah-dev
template:
metadata:
labels:
app: www-terah-dev
spec:
containers:
- name: http
image: ghcr.io/imterah/personal-www:v1.0.2
ports:
- name: web
containerPort: 80