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,14 @@
apiVersion: v1
kind: Service
metadata:
name: frontend
labels:
app: guestbook
tier: frontend
spec:
type: NodePort
ports:
- port: 80
selector:
app: guestbook
tier: frontend