UNPKG

itmsg_automation

Version:

This is RESTful API web server with Ansible. You can execute Ansible ADHOC, Playbook using this API server. If you want to give me a feedback, Please leave a comment on 'Github Repository > Discussions'!

15 lines 273 B
apiVersion: v1 kind: Service metadata: name: automation-server-svc namespace: skaffold spec: sessionAffinity: ClientIP selector: app: automation type: ClusterIP ports: - name: web port: 8888 protocol: TCP targetPort: 8888