adding example for hardened linux clusters based on example

This commit is contained in:
Caleb Warren
2024-11-14 08:28:18 -08:00
parent 49b47218bd
commit b04372638a
7 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: redis-slave
labels:
app: redis
role: slave
tier: backend
spec:
ports:
- port: 6379
selector:
app: redis
role: slave
tier: backend