Created
January 30, 2025 16:30
-
-
Save christianh814/6a50efdd84bf5fa7bc90a18cae430568 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
creationTimestamp: null | |
labels: | |
app: nginx | |
name: nginx | |
namespace: demo | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: | |
app: nginx | |
strategy: {} | |
template: | |
metadata: | |
creationTimestamp: null | |
labels: | |
app: nginx | |
spec: | |
containers: | |
- image: nginx | |
name: nginx | |
resources: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment