Skip to content

Instantly share code, notes, and snippets.

@sudheerchamarthi
Last active December 26, 2019 09:12
Show Gist options
  • Save sudheerchamarthi/0133e792220d32e9488789dd58d8848f to your computer and use it in GitHub Desktop.
Save sudheerchamarthi/0133e792220d32e9488789dd58d8848f to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: eks-iam-test
namespace: demo
spec:
replicas: 1
selector:
matchLabels:
app: eks-iam-test
template:
metadata:
labels:
app: eks-iam-test
spec:
serviceAccountName: demo
containers:
- name: eks-iam-test
image: httpd
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment