Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created May 14, 2025 17:12
Show Gist options
  • Save larkintuckerllc/5f4077a72dec7241be9d84f95acffa90 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/5f4077a72dec7241be9d84f95acffa90 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: nginx
namespace: default
spec:
selector:
app: nginx
ports:
- protocol: TCP
port: 80
targetPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment