Created
November 15, 2021 11:03
-
-
Save userbradley/591bc2fbb4603fa3a0754bf9f8b48285 to your computer and use it in GitHub Desktop.
k8-service
This file contains 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: v1 | |
kind: Service | |
metadata: | |
name: leantime | |
spec: | |
ports: | |
- name: http | |
targetPort: 80 | |
port: 80 | |
selector: | |
app: leantime | |
task: pm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment