apiVersion: v1 kind: Service metadata: name: ipify-api spec: type: ClusterIP ports: - name: http protocol: TCP port: 8089 targetPort: 8089 selector: sapian-app: ipify-api