Skip to content

Instantly share code, notes, and snippets.

@pingkunga
Created December 30, 2023 09:13
Show Gist options
  • Save pingkunga/ceeb9e297db6f74bfd07a739e3424ac1 to your computer and use it in GitHub Desktop.
Save pingkunga/ceeb9e297db6f74bfd07a739e3424ac1 to your computer and use it in GitHub Desktop.
test_talos_nginx.yaml
apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: null
name: test-talos
spec: {}
status: {}
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
namespace: test-talos
spec:
selector:
matchLabels:
app: nginx
replicas: 2
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:latest
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment